home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _2320FD0B174D48EDA17FCEB34D4626E8 < prev    next >
Encoding:
Text File  |  2004-03-12  |  374 b   |  31 lines

  1. regc(0, "TFACTOR")
  2.  
  3. pshader("
  4.  
  5. ps_1_4
  6.  
  7. texld r0, t0_dw.xyw    ;spot UV
  8. texld r1, t1_dw.xyw    ;spoz Z
  9. texld r2, t2    ;RGB=terrain colormap
  10. texld r3, t3    ;details
  11. texld r4, t4    ;detailsmasks
  12.  
  13.  
  14.  
  15.  
  16.  
  17.     dp3 r3.rgb, r3, r4                ;Mul details with masks                = DETAILS
  18.     +mul r0.a, r0.b, r1.b
  19.  
  20.  
  21.     mul r0, r0.a, c0
  22.  
  23.     mul r2, r2, r3
  24.  
  25.     mul r0, r0, r2
  26.  
  27.  
  28.  
  29. ")
  30.  
  31.